-- background: 27833 from stack: in -- bmap block id: 28144 -- flags: 0000 -- background id: 0 -- name: -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=319 right=342 bottom=18 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp play boing repeat with i=1 to the number of card fields set the locktext of card field i to false end repeat end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=319 right=342 bottom=18 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp play boing repeat with i=1 to the number of card fields set the locktext of card field i to true end repeat end mouseUp